Returns the value at time t, if there is one; otherwise returns null.

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected Value<ValueType> ValueAt(
	int t
)

Parameters

t
Type: System..::..Int32
A time

Return Value

See Also